home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000356_fdc@columbia.edu_Tue Feb 5 13:30:44 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  49 lines

  1. Article: 13197 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.unix.solaris,comp.protocols.kermit.misc,comp.lang.java.programmer
  5. Subject: Re: getRuntime().exec() of command line kermit ftp script causes SIGSEGV, shell launch does not
  6. Date: 5 Feb 2002 13:30:01 -0500
  7. Organization: Columbia University
  8. Lines: 32
  9. Message-ID: <a3p8b9$1jl$1@watsol.cc.columbia.edu>
  10. References: <84e28e35.0202051017.ddd6262@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1012933805 7534 128.59.39.139 (5 Feb 2002 18:30:05 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 5 Feb 2002 18:30:05 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.unix.solaris:373841 comp.protocols.kermit.misc:13197 comp.lang.java.programmer:499453
  16.  
  17. In article <84e28e35.0202051017.ddd6262@posting.google.com>,
  18. Ulrich Kroener <kroneru@yahoo.com> wrote:
  19. : We have a problem with a Solaris installation, with Java (any version)
  20. : launching a Kermit FTP job.
  21. : Configurations: 
  22. :  - Solaris SunOS XXXXX 5.8 Generic_108528-10 sun4u sparc SUNW,UltraAX-i2
  23. :  - both java 1.1.8_12 and java 1.3.0_02 cause problems
  24. :  - Kermit versions "C-Kermit 8.0.200 Beta.03, 9 Sep 2001, for Solaris
  25. :    8" and "C-Kermit 8.0.200, 12 Dec 2001, for Solaris 8", compiled using
  26. :    cc, cause problems
  27. : We are trying to use C-Kermit to transfer a file using the "FTP
  28. : personality" to a different machine. The script works from the command
  29. : line, but when invoked by Runtime.getRuntime().exec(), it causes a
  30. : SIGSEGV and dumps core (the script does, not the Java program).
  31. : realfree(725b7940,ff13e8b0,ff138018,0,72002009,5b5940) + 70
  32. : cleanfree(0,ff138018,ff13e824,ff13e8a4,ff13e83c,0) + 58
  33. : _malloc_unlocked(10,76c28,ff138018,10,2235c,0) + f0
  34. : malloc(10,202ec0,0,1bda0c,28c8ac,ff00) + 20
  35. : zchko(28c8ac,d,10,0,d,52455452) + 198
  36. : ftpopen(28c8ac,fabc8,319af8,0,269dc4,0) + 3270
  37. :
  38. : It seems like Kermit is trying to perform a malloc, and has corrupted
  39. : memory in the heap, at or near 725b7940. But then, Kermit does not act
  40. : the same according to whether it is launched by "jre" or by "sh".
  41. Thanks for the traceback, it should help us track it down.  We'll contact
  42. you directly if we find anything or have more questions.
  43.  
  44. - Frank
  45.